func internal/profile.encodeLength

5 uses

	internal/profile (current package)
		proto.go#L58: func encodeLength(b *buffer, tag int, len int) {
		proto.go#L77: 		encodeLength(b, tag, n2-n1)
		proto.go#L116: 		encodeLength(b, tag, n2-n1)
		proto.go#L129: 	encodeLength(b, tag, len(x))
		proto.go#L165: 	encodeLength(b, tag, n2-n1)